home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of CFCONTENT to return the
- contents of the sample.htm dynamically to the browser. --->
-
- <HTML>
- <HEAD>
- <TITLE>CFCONTENT Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFCONTENT Example</H3>
-
- <!--- Files may be set to delete after downloading,
- allowing for the posting of changing content. --->
- <CFCONTENT TYPE="text/html"
- FILE="#GetDirectoryFromPath(GetTemplatePath())#sample.htm" DELETEFILE="No">
-
- </BODY>
- </HTML>
-